GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-31T18:53:00.3749018+00:00",
"SubmitDate": "2026-05-31T18:53:00.3749018+00:00",
"ReportPeriodStart": "2026-05-31T18:53:00.3749018+00:00",
"ReportPeriodEnd": "2026-05-31T18:53:00.3749018+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ca05f407-d4d2-46de-bf22-ef936762e47c",
"Rows": [
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ca05f407-d4d2-46de-bf22-ef936762e47c",
"Rows": [
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"22b8caf2-0618-44d7-b815-812fa2849d2e",
"cec84b86-8860-45c1-a6b5-727d32423d0d"
],
"Approvers": [
"134cb19e-1f20-45aa-b93d-38e569ac1384",
"b47b4863-c0b5-4cf4-bd41-1ba343f0ebad"
],
"ApprovedBy": "3003e7d8-87e0-4158-8952-f01ac4ad1a02",
"ApprovalDate": "2026-05-31T18:53:00.3749018+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "99b9c8f9-cf85-4e61-a5e0-081420eb8380",
"id": "6e61ee93-7776-4c4a-8819-5ba19d21dfbf",
"ConfigId": "f53f1b2a-0a3a-48d1-8e69-88d7dd96ffb4"
},
{
"GenerationDate": "2026-05-31T18:53:00.3749018+00:00",
"SubmitDate": "2026-05-31T18:53:00.3749018+00:00",
"ReportPeriodStart": "2026-05-31T18:53:00.3749018+00:00",
"ReportPeriodEnd": "2026-05-31T18:53:00.3749018+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ca05f407-d4d2-46de-bf22-ef936762e47c",
"Rows": [
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ca05f407-d4d2-46de-bf22-ef936762e47c",
"Rows": [
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5eb153dc-0acb-43fa-a03d-cc47a294df3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"22b8caf2-0618-44d7-b815-812fa2849d2e",
"cec84b86-8860-45c1-a6b5-727d32423d0d"
],
"Approvers": [
"134cb19e-1f20-45aa-b93d-38e569ac1384",
"b47b4863-c0b5-4cf4-bd41-1ba343f0ebad"
],
"ApprovedBy": "3003e7d8-87e0-4158-8952-f01ac4ad1a02",
"ApprovalDate": "2026-05-31T18:53:00.3749018+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "99b9c8f9-cf85-4e61-a5e0-081420eb8380",
"id": "6e61ee93-7776-4c4a-8819-5ba19d21dfbf",
"ConfigId": "f53f1b2a-0a3a-48d1-8e69-88d7dd96ffb4"
}
]